Welcome![Sign In][Sign Up]
Location:
Search - keyboard hook

Search list

[Hook apiHOOK拦截键盘消息

Description: 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
Platform: | Size: 4076544 | Author: whale | Hits:

[Hook apiKeyHook_demo

Description: Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file-Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file
Platform: | Size: 138240 | Author: Jet Lan | Hits:

[Internet-NetworkVipshellSrc

Description: 申明: 本软件仅供学习使用。 如用本程序做非法用途后果自负,与作者无关!!! QQ:175111923 软件简介: 2006年7月15日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴). 2006.8.19 由于忙于工作,忙于学习.没时间在继续开发了,把代码发给大家继续更 新 编译前把工程设置成 Unicode VipShell 是服务端代码 VipClient 客户端代码 把纯真IP数据库 和 客户端放在一起 即可显示物理地址 有问题请联系 QQ:175111923 M 群 :23204130 -declared : This software is for learning. If using this procedure done for illicit purposes responsible for any consequences, have nothing to do with the author! ! ! QQ : 175111923 software description : July 15, 2006 main functions : 1. screen monitor/control. 2.CMD command line 3. Placing four. Document management 5. Process management 6. Keyboard records documenting the keyboard, Hook record is not used, in order to prevent anti-virus software to prevent the installation of the hook Although no hook, But for the general password window, IE window still accurate records (including paste). 2006.8.19 as busy work, busy learning. In no time to continue to develop, code or to continue to update you before compiler works set to Unicode VipShell-generation services Codes VipClient client cod
Platform: | Size: 549888 | Author: | Hits:

[Hook apiidt_src

Description: 键盘的IDT hook范例,学习rootkit的好教程!-keyboard hook IDT example, a good learning rootkit Guide!
Platform: | Size: 145408 | Author: luocong | Hits:

[Hook apihook

Description: 键盘钩子程序,截获键盘操作,是一般黑客程序不可少的函数-keyboard hook procedures intercepted keyboard, it is the common hacker program essential for the function
Platform: | Size: 10240 | Author: 刘凯 | Hits:

[Hook apikeyhook

Description: 一个利用键盘低级钩子锁屏的实例,禁止了alt+tab,alt+esc,开始菜单,ctl+alt+del等系统热键-A use of low-level keyboard hook lock screen examples of banned alt+ Tab, alt+ Esc, Start menu, ctl+ Alt+ Del hotkeys, etc.
Platform: | Size: 226304 | Author: 天一 | Hits:

[Hook apiKeyHook

Description: Keyboard Hook 简单的键盘全局钩子,用于对从键盘录入的字母进行记录.VS2005-Keyboard Hook simple global keyboard hook, for the letters from the keyboard entry recorded. VS2005
Platform: | Size: 50176 | Author: wu0251 | Hits:

[Hook apikeyboardhook

Description: 驱动写的键盘钩子 勾住一切键盘输入 保存在txt文件中-Driver wrote勾住keyboard hook all keyboard input is saved in txt file
Platform: | Size: 141312 | Author: 韩爱杨 | Hits:

[Hook apiHook

Description: HOOK钩子的应用,通过HOOK截获键盘消息,鼠标消息。-HOOK hook applications, through the keyboard HOOK intercepted messages, mouse messages.
Platform: | Size: 141312 | Author: gcel | Hits:

[Hook apiKeyHook200807

Description: 键盘钩子演示程序,拦截键盘输入按键。用BCB6.0编译。-Demo keyboard hook to intercept keyboard input keys. BCB6.0 compiler used.
Platform: | Size: 212992 | Author: mazer | Hits:

[Hook apiMouseKeyBoardHook

Description: 一个用visual basic 编写的Mouse & KeyBoard Hook 程序,实现键盘锁,鼠标锁,监视keyBoard输入内容,并处理-A visual basic prepared with Mouse
Platform: | Size: 76800 | Author: lfx | Hits:

[Hook apiHOOK

Description: use hook to block keyboard and taskmgr and clip desktop s view
Platform: | Size: 72704 | Author: lt | Hits:

[Hook apiVBhook

Description: 写了一个键盘钩子,利用了vb api函数GetAsyncKeyState,能够准确的截取没有加密的键盘记录,送给大家学习。-Write a keyboard hook, using a vb api function GetAsyncKeyState, accurate interception can not keyloggers encrypted, sent to them to learn.
Platform: | Size: 12288 | Author: 按时的啊 | Hits:

[CSharpKey-Mouse-Hook

Description: 这个程序提供了C#1.1,2.0,3.5下面的键盘和鼠标钩子,并提供一个模拟键盘和鼠标的示例程序。是不是通过它你就可以开发间谍程序呢?-This procedure provides the following C# 1.1,2.0,3.5 hook the keyboard and mouse, and to provide a simulation example of the keyboard and mouse procedures. Are not through it you can develop spy procedures?
Platform: | Size: 420864 | Author: 林锦祥 | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Hook apihook.dll

Description: 一个全局键盘钩子(hook)的例程,包括hook.dll及调用程序 -A global keyboard hook (hook) of the routine, including call hook.dll and procedures
Platform: | Size: 48128 | Author: sd | Hits:

[Hook apikeyboardlogger

Description: inline hook 可以实现兼容PS/2键盘和USB键盘的Logge 源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-inline hook can be achieved is compatible with PS/2 keyboard and USB keyboard Logge source code for the keyboard Hook Keyboard Logger is a class driver Kbdclass distribution function, the following is in the class-driven port driver. DeviceTree can be seen with the PS/2 keyboard port driver is i8042prt, USB keyboard port driver is Kbdhid. Both PS/2 keyboard or USB keyboard, processing the IRP in the port driver will be called after the callback function of the upper handle, that is KbdClass processing the input data function. Hook This callback function can be achieved not only compatible with PS/2 keyboard and USB keyboard Logger, and the score-driven approach is more hidden layers.
Platform: | Size: 62464 | Author: ithurricane | Hits:

[Communication-Mobilehook

Description: Windows Mobile上使用键盘钩子的代码-use keyboard hook in windows mobile
Platform: | Size: 2048 | Author: | Hits:

[OS programHook

Description: 通过创建键盘钩子屏蔽Alt+F4、Alt+Ecs、Ctrl+Ecs、Alt+Tab、Win等-Create a keyboard hook by shielding Alt+ F4, Alt+ Ecs, Ctrl+ Ecs, Alt+ Tab, Win, etc.
Platform: | Size: 73728 | Author: 李锋 | Hits:

[Hook apiDelphi.programming.code.keyboard.hook.hook

Description: Delphi编程实现键盘钩子hook代码delphi很好的代码入门经典代码-Delphi programming code keyboard hook hook
Platform: | Size: 11264 | Author: 池程 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net